projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d941f6
)
(custom-declare-group): Remove unnecessary line of code.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 14 Nov 2002 21:37:10 +0000
(21:37 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 14 Nov 2002 21:37:10 +0000
(21:37 +0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index dcc6bb6f0466bf35230efb7c5d00601d6342763b..2fe7c50c13b6d3d9fc48a6512dc2259dcfe06823 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-315,7
+315,6
@@
information."
(while members
(apply 'custom-add-to-group symbol (car members))
(setq members (cdr members)))
- (put symbol 'custom-group (nconc members (get symbol 'custom-group)))
(when doc
;; This text doesn't get into DOC.
(put symbol 'group-documentation (purecopy doc)))